home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 December / MaxiMac 109.iso / Macworld on CD n°109 / Applications (Mac OS X PB) / mpegToaster (Cocoa) / mpegToaster.app / Contents / Resources / mpegToaster.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2000-10-22  |  1.2 KB  |  50 lines  |  [TEXT/ttxt]

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>NSApplication</key>
  8.         <dict>
  9.             <key>Attributes</key>
  10.             <dict>
  11.                 <key>currentSong</key>
  12.                 <dict>
  13.                     <key>Description</key>
  14.                     <string>The song that is currently selected for playing.</string>
  15.                     <key>Name</key>
  16.                     <string>current song</string>
  17.                 </dict>
  18.                 <key>isPlaying</key>
  19.                 <dict>
  20.                     <key>Description</key>
  21.                     <string>The state of the player.</string>
  22.                     <key>Name</key>
  23.                     <string>is playing</string>
  24.                 </dict>
  25.             </dict>
  26.             <key>Description</key>
  27.             <string>mpegToaster's top level scripting object.</string>
  28.             <key>Name</key>
  29.             <string>application</string>
  30.             <key>PluralName</key>
  31.             <string>applications</string>
  32.             <key>ToManyRelationships</key>
  33.             <dict>
  34.                 <key>songs</key>
  35.                 <dict>
  36.                     <key>Description</key>
  37.                     <string>The list of songs that the player selects from.</string>
  38.                     <key>Name</key>
  39.                     <string>songs</string>
  40.                 </dict>
  41.             </dict>
  42.         </dict>
  43.     </dict>
  44.     <key>Description</key>
  45.     <string>mpegToaster specific classes.</string>
  46.     <key>Name</key>
  47.     <string>mpegToasterSuite</string>
  48. </dict>
  49. </plist>
  50.